﻿@charset "utf-8";
/* CSS Document */
/* 威邦网络科技  www.cnwei.net */

#demo {
    margin:0px auto;
    width: 970px; 
	height:165px;
	overflow:hidden;
}

#indemo {
    float: left;
    width: 800%;
}
#demo1 {
    float: left;
}
#demo2 {
    float: left;
}

.move { 
    width:210px; 
	height:165px; 
	margin-right:5px; 
	float:left;
}
.move .images { 
    padding:4px;
	text-align:center; 
	border:1px solid #ddd;
}
.move .name { 
    width:210px; 
	height:22px; 
	line-height:22px; 
	text-align:center;
	background:#eee;
}
.move .name a { 
    color:#333; 
	text-decoration:none; 
	display:block;
	font:12px/22px "Microsoft YaHei";
}
.move .name a:hover { 
    color:#f60; 
	text-decoration:none; 
	display:block;
}

